home *** CD-ROM | disk | FTP | other *** search
- rem Unregister the service interface type library
-
- regsvr32 /c /s /u ServiceInterface.tlb
-
- rem Unregister the example service ActiveX DLLs
-
- regsvr32 /c /s /u ServiceEx1\ServiceEx1.dll
- regsvr32 /c /s /u ServiceEx2\ServiceEx2.ocx
-
- rem Uninstall the example services
-
- ServiceHost uninstall name=ServiceEx1
- ServiceHost uninstall name=ServiceEx2
-